-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate transaction module #442
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #442 +/- ##
==========================================
- Coverage 89.58% 89.03% -0.55%
==========================================
Files 28 28
Lines 2227 2280 +53
==========================================
+ Hits 1995 2030 +35
- Misses 232 250 +18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Perhaps we should add a migration guide to the documentation? |
@kevinheavey Actually. I think it'd be better to emit a depreciation warning to notify users to use the solder's transaction rather than outright deletion. |
Could you please fix this issue #453, then merge it using pull request and then remove from solana.transaction import Transaction so I can use older version of solana-py even if its removed. Thanks |
The transaaction module is broken (see #268) and
solders.transaction
works so I guess we should just use that?This also entails changing the
send_transaction
methods such that it is the caller's job to fetch a recent blockhash and sign the transaction